home *** CD-ROM | disk | FTP | other *** search
/ Beginning Mac Programming / Beginning Mac Programming.bin / pc / Open Me for REALbasic 3 / REALbasic 3.2 / Example Projects / Techniques / Examples by Geoff Perlman / Classes / Double-clickable Canvas / Read Me < prev   
Encoding:
Text File  |  2001-01-30  |  493 b   |  7 lines

  1. Double-Clickable Canvas Example
  2. By Geoff Perlman
  3. January 30th, 2001
  4.  
  5. This example demonstrates a canvas-based class that has a DoubleClicked event. The class uses the Declare statement to get the double-click time from the user's computer. The class makes the appropriate toolbox call for Mac OS, Mac OS X and Win32. If a double-click occurs, the class' doubleclick event fires.
  6.  
  7. This class in this example is useful as a basis for other canvas-based classes that require a double-click event.